Content Library Item File ChecksumInfo
Content Library Item File ChecksumInfo
Provides checksums for a Content Library Item File Info object.
JSON Example
{
"algorithm": "string",
"checksum": "string"
}
string
algorithm
Optional
The checksum algorithm (ChecksumAlgorithm) used to calculate the checksum.
For more information see: Content Library Item File ChecksumAlgorithm.
If not specified the default checksum algorithm is Content Library Item File ChecksumAlgorithm.SH_a1.
string
checksum
Required
The checksum value calculated with Content Library Item File ChecksumInfo.algorithm.